home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_util / pflm126.zip / PFLMDIZP.BAT < prev    next >
DOS Batch File  |  1994-05-04  |  397b  |  14 lines

  1. REM *********************************
  2. REM **                             **
  3. REM ** This Batch file should Pack **
  4. REM ** the  FILE_ID.DIZ  into  the **
  5. REM ** path/file  %1.    %2 is the **
  6. REM ** path to the  Temp  dir.     **
  7. REM ** i.e. \powrbbs\pflmtem       **
  8. REM **                             **
  9. REM *********************************
  10.  
  11. CD %2
  12. PKZIP -a -es  %1 FILE_ID.DIZ
  13. CD ..
  14.